lcBlockSetViewRect2 Home

Sets a block area that will be visible in the design window.

 BOOL lcBlockSetViewRect2 (
   HANDLE hBlock,
   double Lef,
   double Bot,
   double Rig,
   double Top
 );

Parameters
hBlock
  Handle to a block object.
Lef Bot
  Left-bottom corner of the visible area.
Rig Top
  Right-top corner of the visible area.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcBlockSetViewRect